home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / homeimpr.sit / Home Improvements / card_4228.txt < prev    next >
Text File  |  1988-09-19  |  823b  |  31 lines

  1. -- card: 4228 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3490
  5. -- name: ClickLine
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10. ClickLine
  11.  
  12. -- part contents for background part 3
  13. ----- text -----
  14. function clickLine
  15.   if the style of the target is "scrolling" then
  16.     put scroll of the target into nums
  17.   else
  18.     put 0 into nums
  19.   end if
  20.   return (trunc((nums + (item two of the clickloc) ┬¼
  21.   -(item two of the rect of the target)) ┬¼
  22.   div the textheight of the target) + one)
  23. end clickLine
  24.  
  25. -- part contents for background part 4
  26. ----- text -----
  27. ClickLine is a function that will return the line number where the mouse was clicked on a locked field.  Just copy the handler below into your Home Card stack script.
  28.  
  29. -- part contents for background part 5
  30. ----- text -----
  31. 6/28/88 15:15